home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / GIMP 2.6.8 / gimp-2.6.8-i686-setup.exe / {app} / etc / gimp / 2.0 / gtkrc < prev    next >
Text File  |  2009-12-15  |  616b  |  36 lines

  1. # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
  2. #
  3. # include "rc-file"
  4. #
  5. # style <name> [= <name>]
  6. # {
  7. #   <option>
  8. # }
  9. #
  10. # widget <widget_set>       style <style_name>
  11. # class  <widget_class_set> style <style_name>
  12. #
  13. # You can add your own GIMP-specific GTK styles here.
  14.  
  15.  
  16. #
  17. # Adjust the size of previews in plug-in dialogs:
  18. #
  19. style "gimp-large-preview"
  20. {
  21.   GimpPreview::size = 256
  22. }
  23.  
  24. # class "GimpPreview" style "gimp-large-preview"
  25.  
  26.  
  27. #
  28. # Change the dock separator DND highlight color:
  29. #
  30. style "gimp-red-separator-style"
  31. {
  32.   bg[SELECTED] = "#aa2448"
  33. }
  34.  
  35. # widget "*gimp-dock-separator*" style "gimp-red-separator-style"
  36.